Inheritance diagram for Exponent::GUI::Events::CMenuEvent:

Definition at line 39 of file CMenuEvent.hpp.
Construction
| item | The item that was selected | |
| menu | The owner menu |
| virtual Exponent::GUI::Events::CMenuEvent::~CMenuEvent | ( | ) | [virtual] |
Destruction
| CMenu* Exponent::GUI::Events::CMenuEvent::getMenu | ( | ) | const |
Get the menu
| CMenu* | The menu |
| CMenuItem* Exponent::GUI::Events::CMenuEvent::getMenuItem | ( | ) | const |
Get the menu item
| CMenuItem* | The menu item |
| long Exponent::GUI::Events::CMenuEvent::identify | ( | ) | const |
Get the id
| long | The id of the menu item |
| void Exponent::GUI::Events::CMenuEvent::setMenu | ( | CMenu * | menu | ) |
Set the menu
| menu | The menu |
| void Exponent::GUI::Events::CMenuEvent::setMenuItem | ( | CMenuItem * | item | ) |
Set the menu item
| item | The menu item |
CMenu* Exponent::GUI::Events::CMenuEvent::m_menu [protected] |
The owning menu
Definition at line 104 of file CMenuEvent.hpp.
CMenuItem* Exponent::GUI::Events::CMenuEvent::m_menuItem [protected] |
The menu item that generated the event
Definition at line 103 of file CMenuEvent.hpp.